Uses of Class
edu.claflin.finder.logic.Edge
Packages that use Edge
Package
Description
Subgraph Finder - Used to find and locate subgraphs within a network.
Contains the Algorithm code for finding bipartite subgraphs.
Contains the data structure and processing code-base.
Contains Comparator implementations for expansion ordering.
-
Uses of Edge in edu.claflin.finder
Method parameters in edu.claflin.finder with type arguments of type EdgeModifier and TypeMethodDescriptionprivate static AlgorithmMain.parseAlgorithm(String algorithmCode, HashMap<String, Boolean> config, ArrayList<Condition> conditions, Comparator<Edge> comparator) Parses an algorithm code string for returning the appropriate Algorithm object. -
Uses of Edge in edu.claflin.finder.algo
Fields in edu.claflin.finder.algo with type parameters of type EdgeModifier and TypeFieldDescriptionprivate Comparator<Edge>BreadthFirstTraversalSearch.comparatorprivate Comparator<Edge>DepthFirstTraversalSearch.comparator -
Uses of Edge in edu.claflin.finder.algo.clustering.struct.girvan_newman_struct
Fields in edu.claflin.finder.algo.clustering.struct.girvan_newman_struct with type parameters of type EdgeModifier and TypeFieldDescriptionBetweennessCentrality.edge_scoresBetweennessCentrality.BetweennessData.incomingEdgesMethods in edu.claflin.finder.algo.clustering.struct.girvan_newman_struct with parameters of type Edge -
Uses of Edge in edu.claflin.finder.algo.clustering.struct.infomap_struct
Fields in edu.claflin.finder.algo.clustering.struct.infomap_struct with type parameters of type Edge -
Uses of Edge in edu.claflin.finder.algo.shortestpath
Method parameters in edu.claflin.finder.algo.shortestpath with type arguments of type Edge -
Uses of Edge in edu.claflin.finder.algo.spanningtree
Fields in edu.claflin.finder.algo.spanningtree declared as EdgeMethods in edu.claflin.finder.algo.spanningtree that return EdgeMethods in edu.claflin.finder.algo.spanningtree with parameters of type EdgeModifier and TypeMethodDescriptionprotected booleanExtremumSpanningTree.edgeMeetsThreshold(Edge e) Method parameters in edu.claflin.finder.algo.spanningtree with type arguments of type EdgeConstructors in edu.claflin.finder.algo.spanningtree with parameters of type Edge -
Uses of Edge in edu.claflin.finder.logic
Fields in edu.claflin.finder.logic with type parameters of type EdgeMethods in edu.claflin.finder.logic that return EdgeModifier and TypeMethodDescriptionAttempts to duplicate an Edge based on the supplied parameters.Locates an Edge object in the edgeList and returns it.Methods in edu.claflin.finder.logic that return types with arguments of type EdgeModifier and TypeMethodDescriptionGraph.getEdgeList()Returns the list of edges in the graph.Node.getEdges()Get the Node's edgesGraph.getEdgesBack(List<Node> nodes) Gets the list edges of this Graph that involve the nodes in the given listGraph.getNodeEdges(Node n) Get the list of Edges in which the given Node participates.Methods in edu.claflin.finder.logic with parameters of type EdgeModifier and TypeMethodDescriptionbooleanAdds an edge to the Graph.voidAdd an Edge to the Node and increase the other statistics accordingly.voidGraph.removeEdge(Edge e) voidNode.removeEdge(Edge e) Method parameters in edu.claflin.finder.logic with type arguments of type Edge -
Uses of Edge in edu.claflin.finder.logic.comp
Methods in edu.claflin.finder.logic.comp with parameters of type Edge -
Uses of Edge in edu.claflin.finder.logic.cygrouper
Constructor parameters in edu.claflin.finder.logic.cygrouper with type arguments of type Edge